@charset "UTF-8";
.home-search {
  background-image: linear-gradient(to right, #fff 60%, var(--titleColor) 40%);
}
@keyframes filter {
    0%   {filter: drop-shadow(0px 0px 0px #ccc);}
    25%  {filter: drop-shadow(0px 0px 3px #ccc);}
    50%  {filter: drop-shadow(0px 0px 6px #ccc);}
    75%  {filter: drop-shadow(0px 0px 3px #ccc);}
    100%  {filter: drop-shadow(0px 0px 0px #ccc);}
}
.home-search .box {
  display: flex;
  justify-content: space-between;
}

.home-search .box .left {
  width: 60%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home-search .box .left .left1 {
  width: calc(100% - 200px);
}

.home-search .box .left .left1 .icon-a-ziyuan679 {
  font-size: 20px;
  align-items: center;
  display: flex;
}

.home-search .box .left .left1 .icon-a-ziyuan679::before {
  font-size: 25px;
  color: var(--dataColor);
}

.home-search .box .left .left1 .keyword {
  margin-top: 10px;
}

.home-search .box .left .left1 .keyword a {
  color: #555;
}

.home-search .box .left .left1 .keyword a::after {
  content: ",";
}

.home-search .box .left .left1 .keyword a:last-child:after {
  display: none;
}

.home-search .box .left .left1 .form {
  position: relative;
  margin-top: 10px;
}

.home-search .box .left .left1 .form::after {
  content: "\e651";
  position: absolute;
  right: 20px;
  transform: translateY(-50%);
  top: 50%;
  z-index: 999;
}

.home-search .box .left .left1 .form input {
  width: 100%;
  height: 40px;
  border: 1px solid #ccc;
  padding: 0 50px 0 20px;
  box-sizing: border-box;
}

.home-search .box .left .left2 {
  width: 150px;
  height: 150px;
  background: linear-gradient(to left, #999, #999) left top no-repeat, linear-gradient(to bottom, #999, #999) left top no-repeat, linear-gradient(to left, #999, #999) right top no-repeat, linear-gradient(to bottom, #999, #999) right top no-repeat, linear-gradient(to left, #999, #999) left bottom no-repeat, linear-gradient(to bottom, #999, #999) left bottom no-repeat, linear-gradient(to left, #999, #999) right bottom no-repeat, linear-gradient(to left, #999, #999) right bottom no-repeat;
  background-size: 1px 10px, 10px 1px, 1px 10px, 10px 1px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-search .box .left .left2 img {
  width: 110px;
  height: 110px;
}

.home-search .box .left .left2 span {
  writing-mode: vertical-rl;
  font-size: 12px;
  color: #555;
  margin-left: 5px;
}

.home-search .box .right {
  width: 30%;
  text-align: center;
  color: #fff;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: center;
}

.home-search .box .right span {
  border: 1px solid #fff;
  padding: 5px;
  font-size: 14px;
  margin-top: 10px;
  display: inline-block;
}

.home-search .box .right .iconfont {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-search .box .right .iconfont::before {
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 6px;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  margin-right: 10px;
}

.home-list {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.home-list .crumbs {
  color: #fff;
}

.home-list .crumbs a {
  color: #fff;
}

.home-list .box .home-title {
  color: #fff;
}

.home-list .box .home-title span {
  color: #fff;
}

.home-list .box .list {
  position: relative;
}

.home-list .box .list .item {
  display: block;
  float: left;
  color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2.5px;
  position: relative;
  width: calc(25% - 5px);
  height: 250px;
}

.home-list .box .list .item:hover img {
  filter: brightness(0.8);
  transition: 0.5s;
}

.home-list .box .list .item:hover h2 {
  color: var(--titleColor);
  transition: 0.5s;
}

.home-list .box .list .item:hover h2::after {
  width: 4em;
  color: var(--dataColor);
  transition: 0.5s;
}

.home-list .box .list .item img {
  width: 100%;
  height: 100%;
  filter: brightness(0.5);
  transition: 0.5s;
}

.home-list .box .list .item h2 {
  position: absolute;
  transition: 0.5s;
}

.home-list .box .list .item h2::after {
  content: "";
  transition: 0.5s;
  position: absolute;
  bottom: -10px;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  width: 2em;
  color: var(--titleColor);
  border-top: 4px solid;
}

.home-list .box .list .item:nth-child(7) {
  width: calc(50% - 5px);
  height: 500px;
}

.home-list .box .list .item:nth-child(6) {
  position: absolute;
  top: 510px;
}

.home-about {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.home-about .box .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.home-about .box .list img {
  width: calc(70% - 20px);
  object-fit: cover;
}

.home-about .box .list .right {
  width: 30%;
}

.home-about .box .list .right .pos {
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--titleColor);
  color: #fff;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  font-family: "楷体";
}

.home-about .box .list .right .right-item {
  font-size: 14px;
  margin-top: 40px;
  color: #555;
  text-indent: 2em;
  line-height: 2;
}
@media screen and (max-width:1024px){
    .home-about .box .list .right .right-item{
        line-height:1.7 !important;
    }
}
.home-about .box .list .right .right-item .list-content {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-about .box .list .right .right-item .list-content .item {
  width: 25%;
  font-weight: bold;
  border-right: 1px solid #f6f6f6;
}

.home-about .box .list .right .right-item .list-content .item p {
  font-size: 14px;
  font-weight: normal;
}

.home-about .box .list .right .right-item .list-content .item p strong {
  color: var(--dataColor);
  font-size: 25px;
  font-weight: bold;
}

.home-about .box .list .right .right-item .list-content .item:last-child {
  border-right: 0;
}

.home-about .box .list .right .right-item .list-content .item:last-child p {
  font-size: 25px;
  color: var(--dataColor);
}

.home-product {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f4f4f4;
}

.home-product .box .home-title {
  color: var(--titleColor);
}

.home-product .box .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home-product .box .list #swiper1 {
  width: calc(100% - 100px);
}

.home-product .box .list #swiper1 .slide {
  padding-bottom: 80% !important;
}

.home-product .box .list #swiper1 span {
  text-align: center;
  display: block;
  margin-top: 10px;
}

.home-product .box .list .swiper-button-next,
.home-product .box .list .swiper-button-prev {
  position: static;
}

.home-service {
  background-size: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center 40px;
  margin-top: 20px;
  background-size: cover;
}

.home-service .home-title {
  background-color: var(--titleColor);
  display: inline-block;
  padding: 20px 60px;
  margin-left: 50%;
  transform: translateX(-50%);
  border-radius: 20px 0 20px 20px;
  color: #fff;
  position: relative;
}

.home-service .home-title::before {
  content: "";
  position: absolute;
  width: 1000%;
  z-index: -99;
  transform: translateX(-50%);
  border-bottom: 5px solid var(--titleColor);
  top: 40px;
}

.home-service .home-title::after {
  position: absolute;
  content: "";
  border: 20px solid;
  border-color: transparent transparent var(--dataColor) var(--dataColor);
  height: 0;
  right: -40px;
  top: 0;
}

.home-service .home-title b {
  border-bottom: 0;
  padding: 0;
}

.home-service .home-title b::after {
  display: none;
}

.home-service .home-title span {
  color: #fff;
}

.home-service .box {
  position: relative;
}

.home-service .box::before {
  content: "";
  width: 450px;
  height: 450px;
  border-radius: 50%;
  position: absolute;
  border: 1px solid #22282c;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.home-service .box .icon {
  position: absolute;
  width: 400px;
  height: 400px;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0px 0px 20px var(--titleColor));
}

.home-service .box .list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.home-service .box .list .item {
  color: #fff;
  width: 50%;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  position: relative;
  cursor: pointer;
  transition: 0.5s;
}
.home-service .box .list .item:hover{
    transition: 0.5s;
    filter: drop-shadow(0px 0px 4px var(--titleColor));
}
.home-service .box .list .item:hover:after{
  animation-name: filter;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.home-service .box .list .item h3 {
  color: #fff;
  margin-bottom: 20px;
}

.home-service .box .list .item div {
  color: #acaeb9;
  width: 60%;
}

.home-service .box .list .item:nth-child(1)::before, .home-service .box .list .item:nth-child(2)::before {
  content: '';
  width: 5em;
  top: 15px;
  position: absolute;
  border-top: 1px solid var(--backColor);
}

.home-service .box .list .item:nth-child(1)::after, .home-service .box .list .item:nth-child(2)::after {
  content: "";
  top: 7px;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 4px solid #fff;

}

.home-service .box .list .item:nth-child(1)::before {
  right: 25%;
}

.home-service .box .list .item:nth-child(1)::after {
  right: 20%;
}

.home-service .box .list .item:nth-child(2)::before {
  left: 25%;
}

.home-service .box .list .item:nth-child(2)::after {
  left: 20%;
}

.home-service .box .list .item:nth-child(3)::before, .home-service .box .list .item:nth-child(4)::before {
  content: '';
  width: 5em;
  top: 15px;
  position: absolute;
  border-top: 1px solid var(--backColor);
}

.home-service .box .list .item:nth-child(3)::after, .home-service .box .list .item:nth-child(4)::after {
  content: "";
  top: 7px;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 4px solid #fff;
}

.home-service .box .list .item:nth-child(3)::before {
  right: 38%;
}

.home-service .box .list .item:nth-child(3)::after {
  right: 33%;
}

.home-service .box .list .item:nth-child(4)::before {
  left: 38%;
}

.home-service .box .list .item:nth-child(4)::after {
  left: 33%;
}

.home-service .box .list .item:nth-child(5)::before, .home-service .box .list .item:nth-child(6)::before {
  content: '';
  width: 5em;
  top: 15px;
  position: absolute;
  border-top: 1px solid var(--backColor);
}

.home-service .box .list .item:nth-child(5)::after, .home-service .box .list .item:nth-child(6)::after {
  content: "";
  top: 7px;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 4px solid #fff;
}

.home-service .box .list .item:nth-child(5)::before {
  right: 37%;
}

.home-service .box .list .item:nth-child(5)::after {
  right: 32%;
}

.home-service .box .list .item:nth-child(6)::before {
  left: 37%;
}

.home-service .box .list .item:nth-child(6)::after {
  left: 32%;
}

.home-service .box .list .item:nth-child(2n) {
  text-align: right;
  align-items: flex-end;
}

.home-service .box .list .item:nth-child(2n-1) {
  text-align: left;
  align-items: flex-start;
}

.home-case {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f4f4f4;
}

.home-case .box .home-title {
  color: var(--titleColor);
}

.home-case .box .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home-case .box .list .swiper-pagination {
  position: static;
  display: flex;
  flex-direction: column;
  width: calc(30% - 20px);
}

.home-case .box .list .swiper-pagination .swiper-pagination-bullet {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
  background-color: #2c2c2c;
  opacity: 1;
  text-align: left;
  color: #fff;
  padding: 20px 5px;
  border-bottom: 1px solid #fff;
  height: auto;
}

.home-case .box .list .swiper-pagination .swiper-pagination-bullet span {
  font-size: 20px;
  font-weight: bold;
  font-style: oblique;
}

.home-case .box .list .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--titleColor);
  position: relative;
}

.home-case .box .list .swiper-pagination .swiper-pagination-bullet-active::after {
  content: "";
  height: 0;
  width: 0;
  border: 10px solid;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  border-color: transparent transparent transparent var(--titleColor);
  position: absolute;
}

.home-case .box .list #swiper2 {
  height: 610px;
  width: 70%;
  background-color: #fff;
}

.home-case .box .list #swiper2 > .swiper-wrapper > .swiper-slide {
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.home-case .box .list #swiper2 > .swiper-wrapper > .swiper-slide .top {
  display: flex;
  justify-content: space-between;
}

.home-case .box .list #swiper2 > .swiper-wrapper > .swiper-slide .top .left {
  width: 40%;
}

.home-case .box .list #swiper2 > .swiper-wrapper > .swiper-slide .top .right {
  width: calc(60% - 10px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home-case .box .list #swiper2 > .swiper-wrapper > .swiper-slide .top .right .content h3 {
  color: var(--titleColor);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.home-case .box .list #swiper2 > .swiper-wrapper > .swiper-slide .top .right .content .description {
  line-height: 2;
  color: #555;
  max-height: 200px;
  overflow: hidden;
  margin-top: 20px;
  text-overflow: ellipsis;
}

.home-case .box .list #swiper2 > .swiper-wrapper > .swiper-slide .top .right .button {
  display: block;
}

.home-case .box .list #swiper2 > .swiper-wrapper > .swiper-slide .top .right .button a {
  display: inline-block;
  color: #fff;
  padding: 10px 20px;
}

.home-case .box .list #swiper2 > .swiper-wrapper > .swiper-slide .top .right .button a:first-child {
  background-color: #2c2c2c;
}

.home-case .box .list #swiper2 > .swiper-wrapper > .swiper-slide .top .right .button a:last-child {
  background-color: var(--titleColor);
}

.home-case .box .list #swiper2 > .swiper-wrapper > .swiper-slide .bottom {
  display: block;
}

.home-case .box .list #swiper2 > .swiper-wrapper > .swiper-slide .bottom .title {
  margin-bottom: 20px;
}

.home-case .box .list #swiper2 > .swiper-wrapper > .swiper-slide .bottom .title::before {
  content: "";
  height: 100%;
  border-right: 5px solid var(--backColor);
  margin-right: 5px;
}

.home-case .box .list #swiper2 > .swiper-wrapper > .swiper-slide .bottom .swiper3 {
  overflow: hidden;
}

.home-case .box .list #swiper2 > .swiper-wrapper > .swiper-slide .bottom .swiper3 .slide {
  position: relative;
}

.home-case .box .list #swiper2 > .swiper-wrapper > .swiper-slide .bottom .swiper3 .slide:hover p {
  background-color: var(--titleColor);
  font-size: 20px;
  transition: 0.5s;
}

.home-case .box .list #swiper2 > .swiper-wrapper > .swiper-slide .bottom .swiper3 .slide p {
  transition: 0.5s;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 5px;
  box-sizing: border-box;
  color: #fff;
  width: 100%;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-case .box .list #swiper2 > .swiper-wrapper .slide {
  padding-bottom: 80% !important;
}

.home-case .box .list #swiper2 > .swiper-wrapper span {
  text-align: center;
  display: block;
  margin-top: 10px;
}

.home-process {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.home-process .box .list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.home-process .box .list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(25% - 20px);
  margin: 20px 10px;
  text-align: center;
}

.home-process .box .list .item:hover h3 {
  color: var(--titleColor);
  transition: 0.5s;
  font-size: 25px;
}

.home-process .box .list .item .iconfont {
  width: 80px;
  height: 80px;
  color: var(--titleColor);
  border-radius: 50%;
  border: 1px solid;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-process .box .list .item .iconfont::before {
  width: 30px;
  height: 30px;
  object-fit: cover;
  font-size: 30px;
  font-weight: bold;
}

.home-process .box .list .item h3 {
  font-weight: normal;
  line-height: 2.5;
  color: #555;
  transition: 0.5s;
}

.home-process .box .list .item div {
  font-size: 12px;
  line-height: 2;
  width: 160px;
  color: #555;
}

.home-base {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.home-base .box .list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.home-base .box .list .item {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  width: calc(25% - 20px);
  margin: 20px 10px;
  text-align: center;
}

.home-base .box .list .item .iconfont {
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-base .box .list .item .iconfont::before {
  width: 80px;
  height: 80px;
  object-fit: cover;
  font-size: 80px;
}

.home-base .box .list .item h3 {
  font-weight: normal;
  line-height: 2.5;
  color: #fff;
}

.home-base .box .list .item div {
  font-size: 12px;
  line-height: 2;
  width: 160px;
  color: #fff;
}

.home-honor {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.home-honor .box #certify {
  position: relative;
  width: 100%;
  max-width: var(--maxWidth);
  margin: 0 auto;
}

.home-honor .box #certify .swiper-slide {
  width: 40%;
}

.home-honor .box #certify .swiper-slide img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  box-shadow: 0 8px 30px #ddd;
}

.home-honor .box #certify .swiper-slide p {
  line-height: 50px;
  padding-top: 0;
  text-align: center;
  color: #636363;
  font-size: 1.1em;
  margin: 0;
}

.home-honor .box #certify .swiper-pagination {
  width: 100%;
  bottom: 20px;
}

.home-honor .box #certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1;
}

.home-honor .box #certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #00aadc;
  background-color: #fff;
}

.home-honor .box #certify .swiper-button-prev {
  left: -30px;
  width: 45px;
  height: 45px;
  background: url(../images/wm_button_icon.png) no-repeat;
  background-position: 0 0;
  background-size: 100%;
}

.home-honor .box #certify .swiper-button-prev::hover {
  background-position: 0 -46px;
  background-size: 100%;
}

.home-honor .box #certify .swiper-button-next {
  right: -30px;
  width: 45px;
  height: 45px;
  background: url(../images/wm_button_icon.png) no-repeat;
  background-position: 0 -93px;
  background-size: 100%;
}

.home-honor .box #certify .swiper-button-next::hover {
  background-position: 0 -139px;
  background-size: 100%;
}

.home-customer {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f4f4f4;
}

.home-customer .box .home-title {
  color: var(--titleColor);
}

.home-customer .box .list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.home-customer .box .list .slide {
  padding-bottom:12% !important;
  margin: 10px;
  width:calc(25% - 20px) !important;
}

.home-new {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f4f4f4;
  background-attachment: fixed;
}

.home-new .box .home-title {
  color: var(--titleColor);
}

.home-new .box .list {
  position: relative;
}

.home-new .box .list .pagination1 {
  right: 0;
  top: -40px;
}

.home-new .box .list .pagination1 .swiper-pagination-bullet {
  width: auto;
  height: auto;
  border-radius: 0;
  opacity: 1;
  padding: 5px 10px;
  background-color: transparent;
}

.home-new .box .list .pagination1 .swiper-pagination-bullet-active {
  background-color: #fff;
  color: var(--dataColor);
}

.home-new .box .list #swiper5 .swiper-slide {
  display: flex;
  justify-content: space-between;
}

.home-new .box .list #swiper5 .swiper-slide .left {
  width: calc(50% - 10px);
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
}

.home-new .box .list #swiper5 .swiper-slide .left .slide {
  padding-bottom: 50% !important;
}

.home-new .box .list #swiper5 .swiper-slide .left h2 {
  padding: 5px 0;
  color: #000000;
}

.home-new .box .list #swiper5 .swiper-slide .left div {
  color: #555;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-new .box .list #swiper5 .swiper-slide .right {
  width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-new .box .list #swiper5 .swiper-slide .right .item {
  padding: 10px;
  box-sizing: border-box;
  background-color: #fff;
  display: flex;
  color: #000000;
  justify-content:space-between;
  margin-top: 20px;
  
}

.home-new .box .list #swiper5 .swiper-slide .right .item .item-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-color: #f6f6f6;
  padding: 20px;
  width: 73px;
  height: 73px;
}

.home-new .box .list #swiper5 .swiper-slide .right .item .item-left h2 {
  font-size: 40px;
}

.home-new .box .list #swiper5 .swiper-slide .right .item .item-left p {
  display: block;
  white-space: nowrap;
}

.home-new .box .list #swiper5 .swiper-slide .right .item .item-right {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: calc(100% - 123px);
}

.home-new .box .list #swiper5 .swiper-slide .right .item .item-right .content p {
  display: block;
  width: 100%;
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-new .box .list #swiper5 .swiper-slide .right .item .item-right .content div {
  width: 100%;
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home-links {
  overflow: hidden;
  position: absolute;
  width: 100%;
  top: -40px;
}

.home-links .box {
  background-color: var(--titleColor);
  display: flex;
  padding: 20px;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.home-links .box::after {
  content: "";
  height: 100%;
  background-color: var(--titleColor);
  width: 100%;
  z-index: 0;
  right: -100%;
  position: absolute;
}

.home-links .box .iconfont {
  color: #fff;
  font-size: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 200px;
}

.home-links .box .iconfont::before {
  font-size: 30px;
  font-weight: bold;
  margin-right: 5px;
}

.home-links .box .right {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: calc(100% - 200px);
}

.home-links .box .right a {
  display: block;
  color: #f6f6f6;
  margin: 10px 5px;
}

@media screen and (max-width: 1024px) {
  .home-search .box {
    padding: 20px 10px;
  }
  .home-search .box .right {
    width: 40%;
  }
  .home-list .list .item {
    height: 200px !important;
  }
  .home-list .list .item:nth-child(7) {
    height: 400px !important;
  }
  .home-list .list .item:nth-child(6) {
    top: 410px !important;
  }
  .home-service .box .icon {
    width: 350px;
    height: 350px;
  }
  .home-service .box::before {
    width: 420px;
    height: 420px;
  }
  .home-service .box .list .item:nth-child(1)::after {
    right: 15%;
  }
  .home-service .box .list .item:nth-child(2)::after {
    left: 15%;
  }
  .home-service .box .list .item:nth-child(3)::before {
    right: 49%;
  }
  .home-service .box .list .item:nth-child(3)::after {
    right: 39%;
  }
  .home-service .box .list .item:nth-child(4)::before {
    left: 49%;
  }
  .home-service .box .list .item:nth-child(4)::after {
    left: 39%;
  }
  .home-service .box .list .item:nth-child(5)::before {
    left: 38%;
  }
  .home-service .box .list .item:nth-child(5)::after {
    left: 59%;
  }
  .home-service .box .list .item:nth-child(6)::before {
    left: 47%;
  }
  .home-service .box .list .item:nth-child(6)::after {
    left: 37%;
  }
}

@media screen and (max-width: 600px) {
  .home-product .box .list .swiper-button-next,
  .home-product .box .list .swiper-button-prev {
    display: none;      
  }
  .home-product .box .list #swiper1{
      width: 100%;
  }
  .home-links{
      position: static;
  }
  .home-list .box .list .item h2{
      font-size: 16px;
  }
  .home-search {
    background-image: linear-gradient(to bottom, #fff 55%, var(--titleColor) 45%);
  }
  .home-search .box {
    flex-direction: column;
  }
  .home-search .box .left {
    width: 100%;
  }
  .home-search .box .right {
    margin-top: 20px;
    width: 100%;
  }
  .home-search .box .right .iconfont {
    margin-top: 10px;
  }
  .home-list .list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .home-list .list .item {
    margin: 5px !important;
    width: calc(50% - 10px) !important;
    height: 200px !important;
    position: static !important;
  }
  .home-list .list .item:nth-child(7) {
    height: 200px !important;
  }
  .home-list .list .item:nth-child(13) {
    width: 100% !important;
    height: 400px !important;
  }
  .home-about .box .list {
    flex-direction: column;
  }
  .home-about .box .list > img {
    width: 100% !important;
  }
  .home-about .box .list .right {
    width: 100% !important;
  }
  .home-about .box .list .right .pos {
    text-align: center;
    position: static;
  }
  .home-service {
    overflow: hidden;
  }
  .home-service .home-title {
    width: 90%;
    padding: 20px 10px;
  }
  .home-service .box .icon {
    display: none;
  }
  .home-service .box .list .item {
    width: 100%;
  }
  .home-service .box .list .item::before {
    display: none;
  }
  .home-service .box .list .item::after {
    display: none;
  }
  .home-service .box .list .item div {
    width: 100%;
  }
  .home-case .box .list {
    flex-direction: column;
  }
  .home-case .box .list .swiper-pagination {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .home-case .box .list .swiper-pagination .swiper-pagination-bullet {
    width: 50%;
  }
  .home-case .box .list .swiper-pagination .swiper-pagination-bullet::after {
    display: none;
  }
  .home-case .box .list #swiper2 {
    width: 100%;
    height: auto;
  }
  .home-case .box .list #swiper2 > .swiper-wrapper > .swiper-slide .top {
    flex-direction: column;
  }
  .home-case .box .list #swiper2 > .swiper-wrapper > .swiper-slide .top .left {
    width: 100%;
  }
  .home-case .box .list #swiper2 > .swiper-wrapper > .swiper-slide .top .right {
    width: 100%;
    margin: 20px 0 0;
  }
  .home-case .box .list #swiper2 > .swiper-wrapper > .swiper-slide .top .right .button {
    display: flex;
    margin-top: 10px;
    justify-content: space-between;
  }
  .home-case .box .list #swiper2 > .swiper-wrapper > .swiper-slide .top .right .button a {
    box-sizing: border-box;
    width: calc(50% - 20px);
    text-align: center;
  }
  .home-case .box .list #swiper2 > .swiper-wrapper > .swiper-slide .bottom .title {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .home-process .box .list .item {
    width: 50%;
    margin: 10px 0;
  }
  .home-base .box .list .item {
    width: 50%;
    margin: 10px 0;
  }
  .home-new .box .list .pagination1 {
    position: static;
  }
  .home-new .box .list #swiper5 {
    margin-top: 20px;
  }
  .home-new .box .list #swiper5 .swiper-slide {
    flex-direction: column;
  }
  .home-new .box .list #swiper5 .swiper-slide .left {
    width: 100%;
  }
  .home-new .box .list #swiper5 .swiper-slide .right {
    width: 100%;
  }
  .home-links .box {
    flex-direction: column;
  }
  .home-links .box .iconfont {
    width: 100%;
  }
  .home-links .box .right {
    width: 100%;
  }
}
